Replace VDI.location with a more generic VDI.other_config map. Remove
authorEwan Mellor <ewan@xensource.com>
Sat, 17 Mar 2007 23:55:03 +0000 (23:55 +0000)
committerEwan Mellor <ewan@xensource.com>
Sat, 17 Mar 2007 23:55:03 +0000 (23:55 +0000)
commit98321440ec5681052fc4cadfaed5471b01cfd451
tree2781b355ce6569d1341c74dc33f3650369fd2501
parent716d0617c936b721deb6fc2212add0acca58af32
Replace VDI.location with a more generic VDI.other_config map.  Remove
VDI.sector_size.

Xend work by Tom Wilkie <tom.wilkie@gmail.com>.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
12 files changed:
docs/xen-api/xenapi-datamodel.tex
tools/libxen/include/xen_vbd.h
tools/libxen/include/xen_vdi.h
tools/libxen/src/xen_vbd.c
tools/libxen/src/xen_vdi.c
tools/libxen/test/test_bindings.c
tools/python/scripts/test_hvm_create.py
tools/python/scripts/test_vm_create.py
tools/python/scripts/xapi.py
tools/python/scripts/xapi.vdicfg.py
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendVDI.py